Html Css Color HEX #FBD3CF Cosmos

📋 copy color: '#FBD3CF'

red 251 ◦ green 211 ◦ blue 207

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

Shades of Cosmos #FBD3CF

Tints of Cosmos #FBD3CF

RGB

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

 GREEN value IS 211 (82.81% from 255) = 31.54%

 BLUE value IS 207 (81.25% from 255) = 30.94%

R = 37.52%
G = 31.54%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#FBD3CF (or 0xFBD3CF) is known color: Cosmos. HEX triplet: FB, D3 and CF. RGB value is (251,211,207). Sum of RGB (Red+Green+Blue) = 251+211+207=669 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.52% from 669); Green value is 211 (82.81% from 255 or 31.54% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 251 - color contains mainly: red. Hex color #FBD3CF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBD3CF is #042C30. Grayscale: #DEDEDE. Windows color (decimal): -273457 or 13620219. OLE color: 13620219.

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

Color convert

RGB 251 211 207 -
CMYK 0 0.16 0.18 0.02
HSL 5.45º 0.85% 0.9% -
HSV(B) 5.45º 0.18% 0.98% -
XYZ 74.34 71.6 68.93 -
YUV 222.5 119.25 148.33 -
System Red Green Blue C M Y K H S L
Decimal 251 211 207 0 0.16 0.18 0.02 5.45 0.85 0.9
Hex FB D3 CF 0 10 12 2 5 55 5A
Octal 373 323 317 0 20 22 2 5 125 132
Binary 11111011 11010011 11001111 0 10000 10010 10 101 1010101 1011010

Color Harmonies of #FBD3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBD3CF

Black with #FBD3CF

Text Example


Text Example

White with #FBD3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBD3CF; }

 p { color: rgb(251,211,207); }

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

background-color css

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

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

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

border-color css

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

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

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