Html Css Color HEX #FBCECB Cosmos

📋 copy color: '#FBCECB'

red 251 ◦ green 206 ◦ blue 203

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

Shades of Cosmos #FBCECB

Tints of Cosmos #FBCECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 30.76%

R = 38.03%
G = 31.21%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBCECB (or 0xFBCECB) is known color: Cosmos. HEX triplet: FB, CE and CB. RGB value is (251,206,203). Sum of RGB (Red+Green+Blue) = 251+206+203=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 206 (80.86% from 255 or 31.21% from 660); Blue value is 203 (79.69% from 255 or 30.76% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCECB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCECB is #043134. Grayscale: #DBDBDB. Windows color (decimal): -274741 or 13356795. OLE color: 13356795.

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

Color convert

RGB 251 206 203 -
CMYK 0 0.18 0.19 0.02
HSL 3.75º 0.86% 0.89% -
HSV(B) 3.75º 0.19% 0.98% -
XYZ 72.63 68.96 65.98 -
YUV 219.11 118.91 150.74 -
System Red Green Blue C M Y K H S L
Decimal 251 206 203 0 0.18 0.19 0.02 3.75 0.86 0.89
Hex FB CE CB 0 12 13 2 4 56 59
Octal 373 316 313 0 22 23 2 4 126 131
Binary 11111011 11001110 11001011 0 10010 10011 10 100 1010110 1011001

Color Harmonies of #FBCECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCECB

Black with #FBCECB

Text Example


Text Example

White with #FBCECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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