Html Css Color HEX #FBCECE Cosmos

📋 copy color: '#FBCECE'

red 251 ◦ green 206 ◦ blue 206

#FBCECE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmos #FBCECE

Tints of Cosmos #FBCECE

RGB

 RED value IS 251 (98.44% from 255) = 37.86%

 GREEN value IS 206 (80.86% from 255) = 31.07%

 BLUE value IS 206 (80.86% from 255) = 31.07%

R = 37.86%
G = 31.07%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FBCECE (or 0xFBCECE) is known color: Cosmos. HEX triplet: FB, CE and CE. RGB value is (251,206,206). Sum of RGB (Red+Green+Blue) = 251+206+206=663 (87% of max value = 765). Red value is 251 (98.44% from 255 or 37.86% from 663); Green value is 206 (80.86% from 255 or 31.07% from 663); Blue value is 206 (80.86% from 255 or 31.07% from 663); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCECE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCECE is #043131. Grayscale: #DBDBDB. Windows color (decimal): -274738 or 13553403. OLE color: 13553403.

HSL color Cylindrical-coordinate representation of color #FBCECE: hue angle of 0º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FBCECE is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 206 206 -
CMYK 0 0.18 0.18 0.02
HSL 0.85% 0.9% -
HSV(B) 0.18% 0.98% -
XYZ 73 69.11 67.88 -
YUV 219.46 120.41 150.5 -
System Red Green Blue C M Y K H S L
Decimal 251 206 206 0 0.18 0.18 0.02 0 0.85 0.9
Hex FB CE CE 0 12 12 2 0 55 5A
Octal 373 316 316 0 22 22 2 0 125 132
Binary 11111011 11001110 11001110 0 10010 10010 10 0 1010101 1011010

Color Harmonies of #FBCECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCECE

Black with #FBCECE

Text Example


Text Example

White with #FBCECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCECE; }

 p { color: rgb(251,206,206); }

 H1.HeaderClassName
 {
   color: #FBCECE;
 }
 .AnyTagClassName
 {
   color: #FBCECE;
 }
</style>

background-color css

<style>
 a { background-color: #FBCECE; }

 a { background-color: rgb(251,206,206); }

 div.DivClassName
 {
   background-color: #FBCECE;
 }
 .BgClassName
 {
   background-color: #FBCECE;
 }
</style>

border-color css

<style>
 span { border-color: #FBCECE; }

 span { border-color: rgb(251,206,206); }

 td.TdClassName
 {
   border-color: #FBCECE;
 }
 .TagClassName
 {
   border-color: #FBCECE;
 }
</style>