Html Css Color HEX #FDCFEF Classic Rose

📋 copy color: '#FDCFEF'

red 253 ◦ green 207 ◦ blue 239

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

Shades of Classic Rose #FDCFEF

Tints of Classic Rose #FDCFEF

RGB

 RED value IS 253 (99.22% from 255) = 36.19%

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

 BLUE value IS 239 (93.75% from 255) = 34.19%

R = 36.19%
G = 29.61%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#FDCFEF (or 0xFDCFEF) is known color: Classic Rose. HEX triplet: FD, CF and EF. RGB value is (253,207,239). Sum of RGB (Red+Green+Blue) = 253+207+239=699 (92% of max value = 765). Red value is 253 (99.22% from 255 or 36.19% from 699); Green value is 207 (81.25% from 255 or 29.61% from 699); Blue value is 239 (93.75% from 255 or 34.19% from 699); Max value from RGB is 253 - color contains mainly: red. Hex color #FDCFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FDCFEF is #023010. Grayscale: #E0E0E0. Windows color (decimal): -143377 or 15716349. OLE color: 15716349.

HSL color Cylindrical-coordinate representation of color #FDCFEF: hue angle of 318.26º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FDCFEF is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 207 239 -
CMYK 0 0.18 0.06 0.01
HSL 318.26º 0.92% 0.9% -
HSV(B) 318.26º 0.18% 0.99% -
XYZ 78.4 71.74 91.38 -
YUV 224.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 253 207 239 0 0.18 0.06 0.01 318.26 0.92 0.9
Hex FD CF EF 0 12 6 1 13E 5C 5A
Octal 375 317 357 0 22 6 1 476 134 132
Binary 11111101 11001111 11101111 0 10010 110 1 100111110 1011100 1011010

Color Harmonies of #FDCFEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDCFEF

Black with #FDCFEF

Text Example


Text Example

White with #FDCFEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDCFEF; }

 p { color: rgb(253,207,239); }

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

background-color css

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

 a { background-color: rgb(253,207,239); }

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

border-color css

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

 span { border-color: rgb(253,207,239); }

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