Html Css Color HEX #FBCFEE Classic Rose

📋 copy color: '#FBCFEE'

red 251 ◦ green 207 ◦ blue 238

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

Shades of Classic Rose #FBCFEE

Tints of Classic Rose #FBCFEE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 29.74%

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

R = 36.06%
G = 29.74%
B = 34.2%

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

#FBCFEE (or 0xFBCFEE) is known color: Classic Rose. HEX triplet: FB, CF and EE. RGB value is (251,207,238). Sum of RGB (Red+Green+Blue) = 251+207+238=696 (92% of max value = 765). Red value is 251 (98.44% from 255 or 36.06% from 696); Green value is 207 (81.25% from 255 or 29.74% from 696); Blue value is 238 (93.36% from 255 or 34.20% from 696); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFEE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFEE is #043011. Grayscale: #DFDFDF. Windows color (decimal): -274450 or 15650811. OLE color: 15650811.

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

Color convert

RGB 251 207 238 -
CMYK 0 0.18 0.05 0.02
HSL 317.73º 0.85% 0.9% -
HSV(B) 317.73º 0.18% 0.98% -
XYZ 77.53 71.31 90.57 -
YUV 223.69 136.08 147.48 -
System Red Green Blue C M Y K H S L
Decimal 251 207 238 0 0.18 0.05 0.02 317.73 0.85 0.9
Hex FB CF EE 0 12 5 2 13E 55 5A
Octal 373 317 356 0 22 5 2 476 125 132
Binary 11111011 11001111 11101110 0 10010 101 10 100111110 1010101 1011010

Color Harmonies of #FBCFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCFEE

Black with #FBCFEE

Text Example


Text Example

White with #FBCFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCFEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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