Html Css Color HEX #FBCCCB Cosmos

📋 copy color: '#FBCCCB'

red 251 ◦ green 204 ◦ blue 203

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

Shades of Cosmos #FBCCCB

Tints of Cosmos #FBCCCB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31%

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

R = 38.15%
G = 31%
B = 30.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBCCCB (or 0xFBCCCB) is known color: Cosmos. HEX triplet: FB, CC and CB. RGB value is (251,204,203). Sum of RGB (Red+Green+Blue) = 251+204+203=658 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.15% from 658); Green value is 204 (80.08% from 255 or 31.00% from 658); Blue value is 203 (79.69% from 255 or 30.85% from 658); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCCCB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCCCB is #043334. Grayscale: #D9D9D9. Windows color (decimal): -275253 or 13356283. OLE color: 13356283.

HSL color Cylindrical-coordinate representation of color #FBCCCB: hue angle of 1.25º 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 #FBCCCB is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 204 203 -
CMYK 0 0.19 0.19 0.02
HSL 1.25º 0.86% 0.89% -
HSV(B) 1.25º 0.19% 0.98% -
XYZ 72.16 68.01 65.82 -
YUV 217.94 119.57 151.58 -
System Red Green Blue C M Y K H S L
Decimal 251 204 203 0 0.19 0.19 0.02 1.25 0.86 0.89
Hex FB CC CB 0 13 13 2 1 56 59
Octal 373 314 313 0 23 23 2 1 126 131
Binary 11111011 11001100 11001011 0 10011 10011 10 1 1010110 1011001

Color Harmonies of #FBCCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCCCB

Black with #FBCCCB

Text Example


Text Example

White with #FBCCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCCCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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