Html Css Color HEX #FBCDEE Classic Rose

📋 copy color: '#FBCDEE'

red 251 ◦ green 205 ◦ blue 238

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

Shades of Classic Rose #FBCDEE

Tints of Classic Rose #FBCDEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 34.29%

R = 36.17%
G = 29.54%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#FBCDEE (or 0xFBCDEE) is known color: Classic Rose. HEX triplet: FB, CD and EE. RGB value is (251,205,238). Sum of RGB (Red+Green+Blue) = 251+205+238=694 (91% of max value = 765). Red value is 251 (98.44% from 255 or 36.17% from 694); Green value is 205 (80.47% from 255 or 29.54% from 694); Blue value is 238 (93.36% from 255 or 34.29% from 694); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCDEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCDEE is #043211. Grayscale: #DEDEDE. Windows color (decimal): -274962 or 15650299. OLE color: 15650299.

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

Color convert

RGB 251 205 238 -
CMYK 0 0.18 0.05 0.02
HSL 316.96º 0.85% 0.89% -
HSV(B) 316.96º 0.18% 0.98% -
XYZ 77.05 70.34 90.41 -
YUV 222.52 136.74 148.32 -
System Red Green Blue C M Y K H S L
Decimal 251 205 238 0 0.18 0.05 0.02 316.96 0.85 0.89
Hex FB CD EE 0 12 5 2 13D 55 59
Octal 373 315 356 0 22 5 2 475 125 131
Binary 11111011 11001101 11101110 0 10010 101 10 100111101 1010101 1011001

Color Harmonies of #FBCDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCDEE

Black with #FBCDEE

Text Example


Text Example

White with #FBCDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCDEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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