Html Css Color HEX #FBD2CC Cosmos

📋 copy color: '#FBD2CC'

red 251 ◦ green 210 ◦ blue 204

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

Shades of Cosmos #FBD2CC

Tints of Cosmos #FBD2CC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 31.58%

 BLUE value IS 204 (80.08% from 255) = 30.68%

R = 37.74%
G = 31.58%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.19

 K value IS 0.02

RGB Variations

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

Color information

#FBD2CC (or 0xFBD2CC) is known color: Cosmos. HEX triplet: FB, D2 and CC. RGB value is (251,210,204). Sum of RGB (Red+Green+Blue) = 251+210+204=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 210 (82.42% from 255 or 31.58% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD2CC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD2CC is #042D33. Grayscale: #DDDDDD. Windows color (decimal): -273716 or 13423355. OLE color: 13423355.

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

Color convert

RGB 251 210 204 -
CMYK 0 0.16 0.19 0.02
HSL 7.66º 0.85% 0.89% -
HSV(B) 7.66º 0.19% 0.98% -
XYZ 73.73 70.96 66.94 -
YUV 221.58 118.08 148.99 -
System Red Green Blue C M Y K H S L
Decimal 251 210 204 0 0.16 0.19 0.02 7.66 0.85 0.89
Hex FB D2 CC 0 10 13 2 8 55 59
Octal 373 322 314 0 20 23 2 10 125 131
Binary 11111011 11010010 11001100 0 10000 10011 10 1000 1010101 1011001

Color Harmonies of #FBD2CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD2CC

Black with #FBD2CC

Text Example


Text Example

White with #FBD2CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD2CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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