Html Css Color HEX #FBCFF0 Classic Rose

📋 copy color: '#FBCFF0'

red 251 ◦ green 207 ◦ blue 240

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

Shades of Classic Rose #FBCFF0

Tints of Classic Rose #FBCFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 34.38%

R = 35.96%
G = 29.66%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#FBCFF0 (or 0xFBCFF0) is known color: Classic Rose. HEX triplet: FB, CF and F0. RGB value is (251,207,240). Sum of RGB (Red+Green+Blue) = 251+207+240=698 (92% of max value = 765). Red value is 251 (98.44% from 255 or 35.96% from 698); Green value is 207 (81.25% from 255 or 29.66% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCFF0 is #04300F. Grayscale: #DFDFDF. Windows color (decimal): -274448 or 15781883. OLE color: 15781883.

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

Color convert

RGB 251 207 240 -
CMYK 0 0.18 0.04 0.02
HSL 315º 0.85% 0.9% -
HSV(B) 315º 0.18% 0.98% -
XYZ 77.82 71.43 92.12 -
YUV 223.92 137.08 147.32 -
System Red Green Blue C M Y K H S L
Decimal 251 207 240 0 0.18 0.04 0.02 315 0.85 0.9
Hex FB CF F0 0 12 4 2 13B 55 5A
Octal 373 317 360 0 22 4 2 473 125 132
Binary 11111011 11001111 11110000 0 10010 100 10 100111011 1010101 1011010

Color Harmonies of #FBCFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FBCFF0

Black with #FBCFF0

Text Example


Text Example

White with #FBCFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FBCFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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