Html Css Color HEX #FBCDCC Cosmos

📋 copy color: '#FBCDCC'

red 251 ◦ green 205 ◦ blue 204

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

Shades of Cosmos #FBCDCC

Tints of Cosmos #FBCDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 31.06%

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

R = 38.03%
G = 31.06%
B = 30.91%

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

#FBCDCC (or 0xFBCDCC) is known color: Cosmos. HEX triplet: FB, CD and CC. RGB value is (251,205,204). Sum of RGB (Red+Green+Blue) = 251+205+204=660 (87% of max value = 765). Red value is 251 (98.44% from 255 or 38.03% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 204 (80.08% from 255 or 30.91% from 660); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDCC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCDCC is #043233. Grayscale: #DADADA. Windows color (decimal): -274996 or 13422075. OLE color: 13422075.

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

Color convert

RGB 251 205 204 -
CMYK 0 0.18 0.19 0.02
HSL 1.28º 0.85% 0.89% -
HSV(B) 1.28º 0.19% 0.98% -
XYZ 72.51 68.53 66.53 -
YUV 218.64 119.74 151.08 -
System Red Green Blue C M Y K H S L
Decimal 251 205 204 0 0.18 0.19 0.02 1.28 0.85 0.89
Hex FB CD CC 0 12 13 2 1 55 59
Octal 373 315 314 0 22 23 2 1 125 131
Binary 11111011 11001101 11001100 0 10010 10011 10 1 1010101 1011001

Color Harmonies of #FBCDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCDCC

Black with #FBCDCC

Text Example


Text Example

White with #FBCDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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